Code to Tree
pulsemcp/code to treeConverts source code into Abstract Syntax Tree representations using tree-sitter parsers for multiple programming languages including C, C++, Rust, Go, Ruby, Python, and Java, enabling precise code structure analysis and semantic understanding.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"code_to_tree": {
"url": "None",
"transport": "http"
}
}
}